ConcurrentStack(T) Constructor

Task Parallel System.Threading

Overload List

  NameDescription
ConcurrentStack<(Of <(T>)>)()()()
Initializes a new instance of the ConcurrentStack<(Of <(T>)>) class.
ConcurrentStack<(Of <(T>)>)(IEnumerable<(Of <(T>)>))
Initializes a new instance of the ConcurrentStack<(Of <(T>)>) class that contains elements copied from the specified collection

See Also